home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / tmemchne / readme.txt < prev    next >
Encoding:
Text File  |  1998-11-18  |  3.0 KB  |  90 lines

  1. BinaryWork Time Machine OCX 1.0
  2.  
  3. OCX to fix a international date bug inside VB , to 
  4. set and get directly the date of the system , to 
  5. solve part of the Y2K problem , and with a suite of 
  6. date verifications and calculations that can vary of 
  7. the year 1000 to the year 9999
  8.  
  9. We are studing and testing also a method to automatic 
  10. replace VB code using the Date data type and the VB 
  11. functions Dateadd and Datediff inside already 
  12. developed source codes with the BinaryWork Time 
  13. Machine OCX ( the name of the application will be 
  14. BinaryWork Date Converter )
  15.  
  16. Please , watch our homepage about new software related 
  17. to the Y2K bug
  18.  
  19.  
  20. Installation
  21.  
  22. 1 - extract the file "installation of the Time Machine OCX.zip"
  23. to a empty directory , extract the content of this file to 
  24. another directory , and execute the setup.exe file , this will 
  25. install the shareware version of the ocx in your system
  26.  
  27. 2 - after the installation of the ocx , extract the
  28. "Time Machine Sample application.zip" to a empty directory
  29. , inside this file you will find a vb5 sample project
  30. exploring all the possibilities of the ocx
  31.  
  32. Uninstallation
  33.  
  34. 1 - search for "BinaryWork Time Machine OCX" in the add/remove
  35.  programs in the control panel , and select to uninstall it
  36.  
  37. 2 - delete the folder with the sample project of the OCX
  38.  
  39. Overview
  40.  
  41. This ocx was developed to solve a bug referred to 
  42. international date inside VB , with support to date 
  43. calculations and date functions , and the ocx is Y2K 
  44. bug free
  45.  
  46. Using this OCX you can forget about the Y2K problem
  47.  
  48. The method to retrieve the year , the month and the 
  49. day is bug free
  50.  
  51. You can verify if a given year is a leap-year ( ano 
  52. bissexto )
  53.  
  54. You can get and set any part of the date separately or 
  55. in the BW Date format  (the BW date format is the date 
  56. as a long in this manner  "yyyymmdd")
  57.  
  58. You can verify the number of days in a month in a especific 
  59. year , between the year 1000 and the year 9999
  60.  
  61. You can easily make date calculations involving days 
  62. months and years to the past and to the future ( what 
  63. will be the date if I add 100000 days to the actual 
  64. date ? ) , and some of this operations will retrieve an 
  65. overflow error if you try to use the Dateadd and the 
  66. Datediff functions of the VB , this will prove to you 
  67. that the Date data type of VB is very weak
  68.  
  69. You can easily retrieve the difference between two 
  70. dates in days , months and years ( what are the number 
  71. of days between 01/01/1000  and 31/12/9999 ? ) and some 
  72. of this operations will retrieve an overflow error if 
  73. you try to use the Dateadd and the Datediff functions 
  74. of the VB , this will prove to you that the Date data 
  75. type of VB is very weak
  76.  
  77. A complete help file is installed with the ocx , to
  78.  read it , select the ocx in the toolbox and click F1
  79.  
  80.  
  81.  
  82. Comments , problems , please send a email to :
  83. Binarywork@geocities.com   
  84.  
  85. or visit the homepage at :
  86. http://members.tripod.com/~Maquisistem/index.html
  87.  
  88. Thank you for trying our software
  89.  
  90. BinaryWork Corp.